home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form AbortForm
- Caption = "Abort Printing"
- ClientHeight = 1695
- ClientLeft = 2235
- ClientTop = 2340
- ClientWidth = 3795
- Height = 2100
- Left = 2175
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- ScaleHeight = 1695
- ScaleWidth = 3795
- Top = 1995
- Visible = 0 'False
- Width = 3915
- Begin CommandButton CmdAbort
- Caption = "Press to Abort Print Job"
- Height = 495
- Left = 600
- TabIndex = 0
- Top = 480
- Width = 2535
- End
- Sub CmdAbort_Click ()
- AbortPrinting = -1
- End Sub
-